home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / oberon.lha / Oberon.readme < prev   
Encoding:
Text File  |  1995-03-08  |  2.9 KB  |  66 lines

  1. Short:    Oberon System V4 Beta release (0.8+)
  2. Author:   ludwig@inf.ethz.ch (Stefan Ludwig, Claudio Nieder)
  3. Uploader: degner@pallas.amp.uni-hannover.de (Ralf Degner)
  4. Type:     dev/obero
  5.  
  6. This is the V4 Beta release (0.8) of "Oberon for Amiga" of ETH Zurich.
  7.  
  8. This release includes a small bugfix in Files.ReadSet and Files.WriteSet.
  9.  
  10. "Oberon for Amiga" requires at least an MC68020 and a minimum of 1MByte of
  11. free memory. Floating point calculations (types REAL and LONGREAL)
  12. additionally require a FPU. If you do not own a FPU delete the files
  13. ClockElems.Obj and ClockElems.Sym in directory System.
  14. We have tested it on WB3.0. This version requires WB2.0 or better,
  15. but the screen mode requester will be available only with WB3.0 or better.
  16. Screen depth, height and width can now be changed in WB2.0
  17. too, using the System.ChangeMode command with arguments. System.ShowMode will
  18. supply them for the current setting. Just edit, and apply ChangeMode.
  19.  
  20. NOTE: Oberon for Amiga doesn't work on XFH file systems.
  21.  
  22. "Oberon for Amiga" is distributed as an lha archive. The Oberon directory
  23. should be put in your command search path. "Oberon for Amiga" is started
  24. using the Oberon icon.
  25.  
  26.   Example for an installation:
  27.  
  28.     Extract the contents of the archive file into the current directory
  29.       lha -a x df0:Oberon.lha
  30.  
  31. Note: If you already installed Oberon for Amiga 0.6, you should use
  32. a new directory, as this beta uses subdirectories for different kind of files.
  33.  
  34.   If you installed Oberon for Amiga 0.7, you should first delete the contents
  35.   of the System directory, as now these files are split over more directories.
  36.  
  37.   Don't store your private files into one of the subdirectories, but rather
  38.   use the top directory, or a separate one, which you can add in the OBERON:
  39.   assign in the Oberon script.
  40.  
  41. When started for the first time, "Oberon for Amiga" will ask for the preferred
  42. screen mode and resolution (only WB3.0 or better). This information will be
  43. stored in the environment variable AmigaOberon. The command System.ChangeMode
  44. can be used to change the value at a later time.
  45.  
  46. Now you should read the file Release.Notes.Text, to find out what has changed
  47. since the last release or Welcome.Text if you use the system for the first
  48. time.
  49.  
  50. If "Oberon for Amiga" gets out of control (e.g. because of a looping command),
  51. use the KillOberon icon to terminate it. The Amiga OS has problems if a process
  52. is interrupted, while it is waiting for a message reply. To avoid problems,
  53. Ctrl-C refuses to work, when it detects a possible critical situation.
  54.  
  55. System.Quit terminates the Oberon process. It is the normal way to leave
  56. "Oberon for Amiga".
  57.  
  58. Note: If you want read the Welcome.Text on an Amiga without an FPU, then
  59. you have to first delete the file ClockElems.Obj in directory system.
  60.  
  61. Please mail any bugs encountered to ludwig@inf.ethz.ch, to which you can
  62. also direct questions.
  63.  
  64.             claudio / stefan    24-Nov-1994
  65.  
  66.